aboutdialog: Fix initial focus
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Jan 2021 16:39:36 +0000 (11:39 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Jan 2021 16:53:53 +0000 (11:53 -0500)
commit5aa03bcb0d6f590deeda5a1df283adba6ac028dc
tree23846085169b31dc775a4e132edf324b034357e3
parentd7060025e01b4ffe2c01bad8617075b2f32bd1a9
aboutdialog: Fix initial focus

When GtkAboutDialog was changed to derive from
GtkWindow, it lost the initial focus handling that
GtkDialog has. Reinstate some of it.

Fixes: #3437
gtk/gtkaboutdialog.c